home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_6 / yahoo13.lha / PRO_CHAT.LHA / yahoo.cfg < prev   
Text File  |  1994-02-13  |  2KB  |  75 lines

  1. ; List the ports in the order you want to view them, along with
  2. ; TrapDoor's AREXX port and logfile if TrapDoor is running on that port.
  3.  
  4. port TL0
  5. port TR0 TrapDoor logs:trapdoor.log
  6. port TR1
  7. port TR2
  8.  
  9. ; Screen and window definitions
  10.  
  11. ;font xen.font 9
  12. font jrcibm.font 8
  13.  
  14. ;screen Float
  15. screen Workbench
  16. ;screen TrapDoor
  17.  
  18. ;screentop 400
  19. top 282
  20. left 0
  21. width 720
  22.  
  23. ; lace or nolace
  24. nolace
  25.  
  26. ; Custom gadgets definitions.
  27. ;
  28. ; $1 is the port, $2 is the user's full name, $3 is underscored name.
  29. ;
  30. ; If the command name begins with a dash, the command can be any of
  31. ; YaHoo's built-in AREXX commands.
  32. ;
  33.  
  34. ;gad_glob WB       -open Workbench
  35. ;gad_glob TD       -open TrapDoor
  36. ;gad_glob Float    -open Float
  37.  
  38. gad_glob Sysop    dlg:immed TL1 19200 19200
  39. gad_glob Local    DLG:immed TL0 19200 19200
  40.  
  41. gad_glob Call     fido:dmc >nil: call
  42. gad_glob ChatLog  execute >NIL: s:Chatlog.batch
  43.  
  44. gad_user Chat     dlg:chat -p $1 -t
  45. gad_user Clr      -alert $1
  46. gad_user Open     dlg:tscreen -p $1 -o
  47. gad_user Close    dlg:tscreen -p $1 -c
  48. gad_user +10      dlg:addtime -p $1 -m 10
  49. gad_user -10      dlg:addtime -p $1 -m -10
  50. gad_user Info     dlg_extra:userdata $2
  51. gad_user Files    list user:$3 >"con:0/0/600/200/$2/wait/close"
  52. gad_user Events   sys:utilities/more user:$3/event.log
  53. gad_user Kill     dlg:tkill -p $1
  54.  
  55. gad_glob Poll_Digital_Desert      fido:dmc >NIL: changeflow 2:285/404.0 ? to c poll noexport
  56. gad_glob Poll_Channel_X           fido:dmc >NIL: changeflow 99:999/4 ? to c poll noexport
  57. gad_glob Poll_Amiga_Connection    fido:dmc >NIL: changeflow 14:102/1 ? to c poll noexport
  58. gad_glob Poll_A.O.B.H.            fido:dmc >NIL: changeflow 99:999/2 ? to c poll noexport
  59.  
  60. ;gad_user Notes    sys:utilities/more dlgconfig:notes/$3.notes
  61.  
  62. gad_glob Local_2   dlg:immed TL2 19200 19200
  63.  
  64. gad_glob History  startced logs:bos_history.txt
  65. gad_glob TD_Off   fido:trap/traptell unlisten
  66. gad_glob Term     dh1:utilities/term
  67. gad_glob TD_On    fido:trap/traptell nounlisten
  68. gad_glob Export   fido:dmc >NIL: export
  69. gad_glob Ticks    skytick >t:tick.output -Cdlgconfig:misc/ TICK
  70.  
  71. gad_user Recover  dlg:trecover -p $1
  72.  
  73. gad_glob Quit     -quit
  74. gad_glob Hide     -hide
  75.